Need to include Makefile.decl in the new Makefile.am files
authorTor Lillqvist <tml@iki.fi>
Mon, 12 Apr 2010 20:47:52 +0000 (23:47 +0300)
committerTor Lillqvist <tml@iki.fi>
Mon, 12 Apr 2010 20:47:52 +0000 (23:47 +0300)
Otherwise make check breaks.

build/Makefile.am
build/win32/Makefile.am
build/win32/vs9/Makefile.am

index 18adc923a8934097cec749009d0ccb9a5c13ca00..b6b8e094c0972f3d33cd7307a10e236b6a3ab7c0 100644 (file)
@@ -1,2 +1,4 @@
+include $(top_srcdir)/Makefile.decl
+
 SUBDIRS = \
        win32
index 1b0e25918f94bdfcf0d7cbfadaef0bfcfe64affc..14e08c059e9596123af5b2993a55c3c9fedfcbb8 100644 (file)
@@ -1,2 +1,4 @@
+include $(top_srcdir)/Makefile.decl
+
 SUBDIRS = \
        vs9
index 7973547ff76f974edb0d3b026ffc927eb746d0c2..2a42a88edf84ff812ffce3f2c0bf00bf972212dd 100644 (file)
@@ -1,3 +1,5 @@
+include $(top_srcdir)/Makefile.decl
+
 EXTRA_DIST = \
        README.txt \
        gtk+.sln \